home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / pgm_util / sealit / wizard / foo / form1.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1996-01-01  |  1.7 KB  |  58 lines

  1. VERSION 2.00
  2. Begin Form frmRegister 
  3.    BackColor       =   &H00C0C0C0&
  4.    BorderStyle     =   1  'Fixed Single
  5.    Caption         =   "Unregsitered Copy"
  6.    ClientHeight    =   4920
  7.    ClientLeft      =   2055
  8.    ClientTop       =   3270
  9.    ClientWidth     =   7305
  10.    Height          =   5295
  11.    Left            =   2010
  12.    LinkTopic       =   "Form1"
  13.    ScaleHeight     =   4920
  14.    ScaleWidth      =   7305
  15.    Top             =   2940
  16.    Width           =   7395
  17.    Begin TextBox Text1 
  18.       Height          =   285
  19.       Left            =   360
  20.       TabIndex        =   2
  21.       Text            =   "Text1"
  22.       Top             =   360
  23.       Width           =   3975
  24.    End
  25.    Begin Label Label2 
  26.       AutoSize        =   -1  'True
  27.       BackStyle       =   0  'Transparent
  28.       Caption         =   "Company"
  29.       FontBold        =   0   'False
  30.       FontItalic      =   0   'False
  31.       FontName        =   "MS Sans Serif"
  32.       FontSize        =   8.25
  33.       FontStrikethru  =   0   'False
  34.       FontUnderline   =   0   'False
  35.       Height          =   195
  36.       Left            =   240
  37.       TabIndex        =   1
  38.       Top             =   840
  39.       Width           =   660
  40.    End
  41.    Begin Label Label1 
  42.       AutoSize        =   -1  'True
  43.       BackStyle       =   0  'Transparent
  44.       Caption         =   "Name"
  45.       FontBold        =   0   'False
  46.       FontItalic      =   0   'False
  47.       FontName        =   "MS Sans Serif"
  48.       FontSize        =   8.25
  49.       FontStrikethru  =   0   'False
  50.       FontUnderline   =   0   'False
  51.       Height          =   195
  52.       Left            =   240
  53.       TabIndex        =   0
  54.       Top             =   120
  55.       Width           =   420
  56.    End
  57. Option Explicit
  58.